home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000437_news@columbia.edu _Mon Jul 31 10:11:44 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id KAA24423
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Mon, 31 Jul 2000 10:11:44 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA00330
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 31 Jul 2000 10:11:44 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id KAA03820
  10.     for kermit.misc@watsun.cc.columbia.edu; Mon, 31 Jul 2000 10:05:15 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: c-kermit, ibm mainframes
  14. Date: 31 Jul 2000 14:05:14 GMT
  15. Organization: Columbia University
  16. Message-ID: <8m412q$3n9$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <20000731001016.10076.00000473@ng-bj1.aol.com>,
  20. CSpasov <cspasov@aol.com> wrote:
  21. : I have three questions and I just want to make sure I have everything
  22. : correct:
  23. : I use tn3270 and x3270 to connect to mainframes and provide terminal
  24. : emulation.  Both of these applications provide fullscreen connections.
  25. : And there is also linemode connections.  This is what is provided by
  26. : c-kermit and ms-dos kermit, and kermit 95??
  27. Correct.  None of the Kermit programs includes 3270 emulation yet.
  28.  
  29. : Old versions of c-kermit permit file transfer though this mode (linemode
  30. : connection). But if fullscreen connection is wanted like through tn3270,
  31. : and file transfer is needed, the current c-kermit application is needed??
  32. You can get a fullscreen connection from any of these Kermit programs by
  33. making an intermediate connection to a 3270 protocol converter.  Examples:
  34.  
  35.  . Dial up to a protocol converter such as an IBM 7171.
  36.  . Telnet to a terminal server that supports tn3270, such as most Ciscos.
  37.  . Telnet to a host that has a tn3270 program.
  38.  . In C-Kermit 7.0, give the command "pty tn3270 hostname".
  39.  
  40. : In addition, with protocol converters, this is a box that provides
  41. : fullscreen terminal emulation that is placed between the local host(the
  42. : unix timeshares/ workstations) and the remote host (IBM mainframe). Is
  43. : there anyway to know there is a protocol converter there and how to
  44. : activate it??
  45. Most Unix hosts have a tn3270 program.  Most terminal servers have a
  46. tn3270 command.  As for dedicated physical boxes such as 7171s, you have
  47. to know about them in advance.
  48.  
  49. For more info about "pty tn3270" see:
  50.  
  51.   http://www.columbia.edu/kermit/ckermit2.html#x2.7
  52.  
  53. - Frank